object AlarmsLostForm: TAlarmsLostForm Left = 204 Top = 71 BorderStyle = bsDialog Caption = 'Failed Alarms/Reminders..' ClientHeight = 219 ClientWidth = 215 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 1 Top = 1 Width = 213 Height = 217 TabOrder = 0 object Label1: TLabel Left = 8 Top = 8 Width = 189 Height = 52 Alignment = taCenter Caption = 'The Following Alarms/Reminders Failed To Activate. (Probably Bec' + 'ause Epoch Was Not Running At The Time) And They Will Be Deleted' + '..' WordWrap = True end object GroupBox1: TGroupBox Left = 4 Top = 65 Width = 204 Height = 147 Caption = 'Preview Them First' TabOrder = 0 object PreviewBox: TListBox Left = 4 Top = 14 Width = 196 Height = 127 ItemHeight = 13 TabOrder = 0 OnClick = PreviewBoxClick end end end end